-
Home
-
Virtual Public Square
-
0.1.7
-
Code
-
Classes
- BigIntegerGmp
| Total Complexity |
21 |
| Dependencies |
3 |
| Dependents |
0 |
| Total lines |
117 |
| Lines of code |
76 |
| Logical lines of code |
40 |
| Comment lines |
5 |
| Methods |
16 |
| Properties |
1 |
Methods 16
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| toPower() |
S |
62 |
3 |
11 |
| toInteger() |
S |
69 |
3 |
6 |
| _unwrap() |
S |
72 |
2 |
6 |
| __clone() |
S |
79 |
1 |
3 |
| _fromString() |
S |
79 |
1 |
3 |
| _fromInteger() |
S |
79 |
1 |
3 |
| __toString() |
S |
79 |
1 |
3 |
| isNegative() |
S |
79 |
1 |
3 |
| compare() |
S |
79 |
1 |
3 |
| add() |
S |
72 |
1 |
5 |
| subtract() |
S |
72 |
1 |
5 |
| multiply() |
S |
72 |
1 |
5 |
| modulus() |
S |
72 |
1 |
5 |
| shiftRight() |
S |
72 |
1 |
5 |
| shiftLeft() |
S |
72 |
1 |
5 |
| absoluteValue() |
S |
73 |
1 |
5 |